home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 001316_daemon _Wed Jun 16 12:47:04 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Received: by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  2.     id AA14221; Wed, 16 Jun 93 12:47:06 MET DST
  3. Return-Path: <dsr@hplb.hpl.hp.com>
  4. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  5.     id AA14217; Wed, 16 Jun 93 12:47:04 MET DST
  6. Received: from hplb.hpl.hp.com by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  7.     id AA23330; Wed, 16 Jun 1993 13:09:12 +0200
  8. Received: from dragget.hpl.hp.com by hplb.hpl.hp.com; Wed, 16 Jun 93 12:01:19 +0100
  9. Received: by manuel.hpl.hp.com
  10.     (16.6/15.6+ISC) id AA16095; Wed, 16 Jun 93 12:07:27 +0100
  11. From: Dave_Raggett <dsr@hplb.hpl.hp.com>
  12. Message-Id: <9306161107.AA16095@manuel.hpl.hp.com>
  13. Subject: Re: SPaces and Tabs in HTML documents 
  14. To: emv@garnet.msen.com
  15. Date: Wed, 16 Jun 93 12:07:26 BST
  16. Cc: www-talk@nxoc01.cern.ch
  17. Mailer: Elm [revision: 66.36.1.1]
  18.  
  19. > you then take your SGML document and transmute it into another SGML
  20. > document, one with a simpler format and more concrete representation.
  21. > in the World Wide Web you make the decision that <chapter> means
  22. > <h1>, text inside <sidenote> should be marked as such to show up as
  23. > you want it on screen, etc etc.
  24.  
  25. You may care to look at the HTML+ DTD. It includes support for both of
  26. these, whilst remaining a simple generic format:
  27.  
  28.     <P STYLE="MARGIN"> for sidenotes
  29.  
  30.     <GROUP TYPE="CHAPTER"> ... </GROUP>
  31.  
  32. The GROUP element is intended to enclose books, chapters, sections etc.
  33. which may even extend over multiple HTML+ documents. I have made a special
  34. effort to help authors preserve information when converting to HTML+
  35. while allowing simple browsers to ignore such information. This has been
  36. done without the need to an explosion of tags as in the ISO work on SGML DTDs.
  37.  
  38. > lots of people are going to do lots of browsers.  you have to pick
  39. > which one you expect things to look "best" in and work to that.  you
  40. > may want to generate text for paper, in which case your original markup
  41. > may get transmuted into a different format for the paper layout.
  42.  
  43. HTML+ is intended to allow people to generate high quality paper documents
  44. and includes features such as sidenotes and floating panels to that effect.
  45. Tob Raisch's style sheets for HTML also promise to give authors greater
  46. control without compromising the presentation independence of HTML+ itself.
  47.  
  48. Cheers,
  49.  
  50. Dave Raggett